home *** CD-ROM | disk | FTP | other *** search
/ 3D Game Programming All in One / 3D Game Programming All in One Disc.iso / 3D2E / RESOURCES / KOOB / common / ui / cache / clipboard.gui < prev    next >
Encoding:
Text File  |  2005-11-23  |  994 b   |  34 lines

  1. new SimSet(guiClipboard) {
  2.  
  3.    new GuiBitmapButtonCtrl() {
  4.       Profile = "GuiButtonProfile";
  5.       HorizSizing = "relative";
  6.       VertSizing = "relative";
  7.       position = "22 280";
  8.       Extent = "182 58";
  9.       MinExtent = "8 2";
  10.       Visible = "1";
  11.       Command = "Theo.setFile(\"demo/data/video/areTorquePopular.ogg\");";
  12.       text = "Button";
  13.       groupNum = "-1";
  14.       buttonType = "PushButton";
  15.       bitmap = "demo/client/ui/theora/button";
  16.          helpTag = "0";
  17.  
  18.       new GuiMLTextCtrl() {
  19.          Profile = "GuiMLTextNoSelectProfile";
  20.          HorizSizing = "right";
  21.          VertSizing = "bottom";
  22.          position = "9 7";
  23.          Extent = "100 42";
  24.          MinExtent = "8 2";
  25.          Visible = "1";
  26.          lineSpacing = "2";
  27.          allowColorChars = "0";
  28.          maxChars = "-1";
  29.          text = "<color:ffffff><font:Arial Bold:14>A demo of \nsome of Torque\'s \nlovely goodness.";
  30.             helpTag = "0";
  31.       };
  32.    };
  33. };
  34.